When a reader fills out the contact form on the public site, their submission is stored in theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/santiagodc8/tu_perfil.net/llms.txt
Use this file to discover all available pages before exploring further.
contacts table and appears in /admin/mensajes.
Message list
Messages are listed in reverse chronological order (newest first). Each row shows:- A blue dot if the message has not been read yet
- The sender’s name and email address
- A truncated preview of the message
- The date it was received
- A Delete button
Reading a message
Click anywhere on a message row to expand it and read the full text. When you open a message for the first time, it is automatically marked as read (read = true). The blue dot disappears.
The expanded view shows:
- The full message body
- The sender’s name and email at the bottom, formatted as
De: Name (email@example.com)
Deleting a message
Click Eliminar (either in the list row or while the message is expanded). You are asked to confirm. The message is permanently deleted from thecontacts table.
Message fields reference
| Field | Type | Notes |
|---|---|---|
name | text | Name entered by the reader in the contact form. |
email | text | Email address entered by the reader. |
message | text | The full message body. |
read | boolean | false = unread (blue dot shown), true = already opened. |
created_at | timestamp | When the form was submitted. |
